Grailed Reviews Scraper avatar

Grailed Reviews Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Grailed Reviews Scraper

Grailed Reviews Scraper

Extract seller reviews with ratings, text, and item details from Grailed feedback pages. Powered by Grailed Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

This actor extracts Reviews from Grailed. It runs on seller feedback pages and returns review ratings, text, and specific item metadata associated with each transaction.


Want more from Grailed?

This actor covers Reviews only. The full Grailed Scraper browser extension also includes Listings, Profiles, Users with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the Grailed Scraper extension


Data Fields

Field NameDescriptionExample
Review RatingNumeric rating given by the buyer5
Review TextWritten feedback from the buyerFast shipping and great item.
Review DateDate the review was posted2023-10-15
Review TagsTags associated with the feedbackQuick Responder, Speedy Shipper
Item TitleName of the sold itemVintage Mohair Cardigan
Item PriceSale price of the item150
Item CategoryProduct categoryTops
Item DesignerBrand or designer nameNeedles
Item SizeSize of the sold itemL
Item URLLink to the original listinghttps://www.grailed.com/listings/12345
Item PhotoURL of the primary item imagehttps://cdn.fs.grailed.com/api/file/abc

Input

  • urls: Array of URL strings. Provide Grailed seller feedback page URLs.
  • maxItems: Max items per URL, default 100.

Example Input

{
"urls": ["https://www.grailed.com/users/12345/feedback"],
"maxItems": 50
}

Example Output

[
{
"reviewRating": 5,
"reviewText": "Item arrived exactly as described. Great seller.",
"reviewDate": "2023-11-01",
"reviewTags": ["Trusted Seller", "Speedy Shipper"],
"itemTitle": "Box Logo Hoodie",
"itemPrice": "450",
"itemCategory": "Sweatshirts",
"itemDesigner": "Supreme",
"itemSize": "M",
"itemUrl": "https://www.grailed.com/listings/54321",
"itemPhoto": "https://cdn.fs.grailed.com/api/file/xyz"
},
{
"reviewRating": 4,
"reviewText": "Good communication.",
"reviewDate": "2023-10-28",
"reviewTags": ["Quick Responder"],
"itemTitle": "Raw Denim Jeans",
"itemPrice": "120",
"itemCategory": "Bottoms",
"itemDesigner": "A.P.C.",
"itemSize": "32",
"itemUrl": "https://www.grailed.com/listings/67890",
"itemPhoto": "https://cdn.fs.grailed.com/api/file/def"
}
]

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.